diff options
Diffstat (limited to 'config/waybar/style/[Colorful] Rainbow Spectrum.css')
| -rw-r--r-- | config/waybar/style/[Colorful] Rainbow Spectrum.css | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/config/waybar/style/[Colorful] Rainbow Spectrum.css b/config/waybar/style/[Colorful] Rainbow Spectrum.css index 407e226c..6515e149 100644 --- a/config/waybar/style/[Colorful] Rainbow Spectrum.css +++ b/config/waybar/style/[Colorful] Rainbow Spectrum.css @@ -93,7 +93,7 @@ tooltip label{ #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - border-radius: 10px; + border-radius: 16px; color: #3A3B3C; border: 1px solid #b4befe; padding-top: 3px; @@ -189,8 +189,8 @@ tooltip label{ #workspaces button:hover { background: #eb6f92; color: #f6c177; - padding-left: 2px; - padding-right: 2px; + padding-left: 3px; + padding-right: 3px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -204,8 +204,8 @@ tooltip label{ #taskbar button.active { background-color: #b4befe; color: #3A3B3C; - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -221,13 +221,14 @@ tooltip label{ background-color: #f5c2e7; /*padding: 1px;*/ padding-right: 10px; - border-radius: 8px; + border-radius: 16px; color: #3A3B3C; border: 1px solid #b4befe; } #custom-power { background-color: #f38ba8; + padding: 0px 0px 0px 6px; } #custom-updater { |
